~ chicken-core (master) /manual/Module (scheme repl)
Trap1[[tags: manual]]2[[toc:]]34== Module (scheme repl)56<procedure>(interaction-environment)</procedure>78This procedure returns a specifier for a mutable environment that contains an9implementation-defined set of bindings, typically a superset of those exported10by (scheme base). The intent is that this procedure will return the environment11in which the implementation would evaluate expressions entered by the user into12a REPL.1314---15Previous: [[Module (scheme lazy)]]1617Next: [[Module (scheme time)]]